home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_12_08 / treu2 / egapixel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-11  |  118 b   |  9 lines

  1. #ifndef SEEN_EGAPIX
  2. #define SEEN_EGAPIX
  3.  
  4. /* function prototype */
  5.  
  6. void egaflood(int, int, Boolean);
  7.  
  8. #endif
  9.